home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / GDIDIB.PAK / COLORDLG.H < prev    next >
C/C++ Source or Header  |  1997-05-06  |  502b  |  18 lines

  1. // defines and prototypes for PalCtrl
  2. #include "palctrl.h"
  3.  
  4. // control IDs for ColorDlg
  5. #define IDD_PALCTRL       400
  6. #define IDD_CAPTION       401
  7. #define IDD_CAPTIONINDEX  402
  8. #define IDD_CAPTIONRED    403
  9. #define IDD_CAPTIONGREEN  404
  10. #define IDD_CAPTIONBLUE   405
  11. #define IDD_INDEX         406
  12. #define IDD_RED           407
  13. #define IDD_GREEN         408
  14. #define IDD_BLUE          409
  15.  
  16. // prototype for the Color dialog procedure
  17. LRESULT CALLBACK Color(HWND, UINT, WPARAM, LPARAM);
  18.